home *** CD-ROM | disk | FTP | other *** search
- Path: news.tamu.edu!news
- From: Norman James <vaphtech@vetmed.tamu.edu>
- Newsgroups: comp.lang.c++
- Subject: Combo boxes in Visual C++ 4.0
- Date: Thu, 28 Mar 1996 09:04:05 -0600
- Organization: Texas A&M University
- Message-ID: <315AAA65.1039@vetmed.tamu.edu>
- NNTP-Posting-Host: vaph-admin.tamu.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.01 (Win95; I)
-
- I'm can't seem to add items to a combobox.
-
- With a listbox, I created a CListBox object with the Class
- Wizard then use the AddString() member function to add
- a string. This works fine. When I do the same with a
- combobox, the strings don't appear in it.
-
- Thanks
-
- Norman James
-